home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 119
/
(Vol 119) Nov 09 2010.iso
/
Games
/
tobby_ura_ura.swf
/
scripts
/
DefineSprite_112_stg7
/
frame_1
/
DoAction.as
Wrap
Text File
|
2010-11-09
|
257b
|
13 lines
function scrollMap()
{
this.px -= _root.scrollSpeed;
if(this.scrollEnd >= this.px)
{
this.px = this.scrollEnd;
}
_root.baseX = - this.px;
}
this.px = this._x;
this.scrollEnd = - (this._width - 640);
_root.baseX = - this.px;